| C# |
|---|
| public String GetConnectionString(String connectionType) |
| C# |
|---|
// See the DataConfig setup code on the DataConfig class page. // Creates the populated connection string from the ConnectionType name. private static void GetConnectionString2(string connTypeName) { var connString = dataConfig.GetConnectionString(connTypeName); } |